home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
b
/
b.lha
/
B
/
ch_clean
< prev
next >
Wrap
Text File
|
1988-11-24
|
154b
|
10 lines
: 'Check if we should advise to clean private B'
bdir="$1"
if test -f $bdir/b
then echo "You can clean ./bin and ./lib with 'make cleanall'"
fi
exit 0